- 01. Lesson Intro
- 02. Common Authentication Methods
- 03. Alternative Authentication Methods
- 04. Third-Party Auth Systems
- 05. Implementing Auth0
- 06. JWT - JSON Web Tokens
- 07. JWT - Datastructure
- 08. JWT - Validation
- 09. Practice - Generating and Verifying JWTs
- 10. Practice - Validating Auth0 Tokens
- 11. Recap - Local Storage
- 12. Storing JWTs
- 13. Sending Tokens
- 14. Practice - Sending Tokens
- 15. Practice - Applying Skills in Flask
- 16. Recap